Lender Price API
Locking a Loan Without LOS / 12. Relock (Worst Case) / 12.6 Set Scenario From Result for Reprice
In This Topic
    12.6 Set Scenario From Result for Reprice
    In This Topic

    Path

    POST /v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeBuyRequest 
    

    Headers        

    Authorization
    
    Bearer {{accessToken}}
    
     
    

    Body

    Copy Code
    {
      "priceQuoteId": "{{priceQuoteId}}",
      "search": {{search}},
      "lineResult": {{lineResult}}
    }

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/price-quote/setScenarioFromResult/EllieMaeBuyRequest' \
    --header 'Authorization: Bearer {{accessToken}}' \
    --data '{
      "priceQuoteId": "{{priceQuoteId}}",
      "search": {{search}},
      "lineResult": {{lineResult}}
    }'

    Example Response

    This request doesn't return a response body.